home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q100 / 3 / 94.TXT < prev   
Text File  |  1994-01-07  |  2KB  |  62 lines

  1. DOCUMENT:Q100394  06-JAN-1994  [W_NT]
  2. TITLE   :INF: How to Use ANSI.SYS in Windows NT
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. --------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. --------------------------------------------------------------------
  14.  
  15. You can make use of ANSI.SYS under Windows NT, but you must run COMMAND.COM
  16. from Microsoft MS-DOS version 5.0 to do so; the Windows NT command
  17. interpreter, CMD.EXE, does not support ANSI.SYS. To use ANSI.SYS, do the
  18. following:
  19.  
  20. NOTE: You can add ANSI.SYS to a specific program by modifying its
  21. program information file (PIF). To install ANSI.SYS in your default
  22. command prompt configuration, do the following:
  23.  
  24. 1. Add the following line to the CONFIG.NT file located in the
  25.    SYSTEM32 subdirectory:
  26.  
  27.       DEVICE=%SYSTEMROOT%\SYSTEM32\ANSI.SYS
  28.  
  29. 2. Exit any command prompts you have open.
  30.  
  31. 3. Start a command prompt.
  32.  
  33. 4. Run COMMAND.COM from MS-DOS 5.0. Use the following command to make
  34.    sure you are running MS-DOS 5.0 COMMAND.COM and not the Windows NT
  35.    version:
  36.  
  37.       c:\dos\command.com
  38.  
  39. You should now be able to use ANSI.SYS. To test it, try entering the
  40. following escape sequence with the PROMPT command:
  41.  
  42.    prompt $e[31;42m
  43.  
  44. Additional reference words: 3.10
  45. KBCategory:
  46. KBSubCategory: 16ap
  47.  
  48. =============================================================================
  49.  
  50. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  51. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  52. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  53. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  54. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  55. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  56. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  57. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  58. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  59. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  60. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  61.  
  62. Copyright Microsoft Corporation 1994.